Quaqua 3.9.5 2007-10-21

ch.randelshofer.quaqua
Class Quaqua13ListUI.FocusHandler

java.lang.Object
  extended by ch.randelshofer.quaqua.Quaqua13ListUI.FocusHandler
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
Quaqua13ListUI

public class Quaqua13ListUI.FocusHandler
extends java.lang.Object
implements java.awt.event.FocusListener

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTableUI.


Constructor Summary
Quaqua13ListUI.FocusHandler()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent event)
           
 void focusLost(java.awt.event.FocusEvent event)
           
protected  void repaintCellFocus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quaqua13ListUI.FocusHandler

public Quaqua13ListUI.FocusHandler()
Method Detail

repaintCellFocus

protected void repaintCellFocus()

focusGained

public void focusGained(java.awt.event.FocusEvent event)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent event)
Specified by:
focusLost in interface java.awt.event.FocusListener

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.